Pair of Vintage Old School Fru
Tools:
1. MiniCommander, Blue FTP ... etc
2. ByteCode Editor.

Introduction:
Hi, In this tutorial, I'll teach you a simple method Set Screen Resolution, Set Full Screen, Change Font Size & Add Anti Joy Stick To Any Java MIDlet Manually.

Procedures:
1. Download the attached file.

2. Using MiniCommander , extract your MIDlet "app/game" to a sub folder.

3. Using ByteCode Editor , search for this code:
1. javax/microedition/lcdui/Canvas

4. A few .CLASS files will pop up, now open it one by one > Constant pool> Press "7" > Replace:
1. javax/microedition/lcdui/Canvas with:
1. lib/Canvas then press OK. do the same with the rest of .CLASS files that poped up after searching.
And also Change:
1. keyPressed to
1. keyPressee
1. keyReleased to
1. keyReleasee
1. keyRepeated to
1. keyRepeatee

5. Again using ByteCode Editor , search for this code:
1. javax/microedition/lcdui/Font

6. A few .CLASS files will pop up, now open it one by one > Search > Input
1. javax/microedition/lcdui/Font/getFont > Some methods will pop up > open them one by one and press"#" two times > Press "7" > Replace:
1. javax/microedition/lcdui/Font/getFont with:
1. lib/Font/getFont then press right soft key and SAVE.
Do the same with the rest of .CLASS files that poped up after searching.

7. Extract lib folder & kavaMagic.ini file from the attached file to the sub folder where you have extracted your MIDlet.

8. Using MiniCommander highlight kavaMagic.ini file and press "4"
Write you desired screen width next to:
1. screenW Write you desired screen height next to:
1. screenH Change noKeyCodeConv attribute to "false" if you wanna have Anti Joy Stick feature.
Change autoScreenSize attribute to "false" if you wanna apply your desired screen resolution.

9. Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.

ScreenSettings